-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
67 add control strategy recommendations #88
Conversation
src/main/java/uk/ac/soton/itinnovation/security/systemmodeller/rest/AsyncController.java
Fixed
Show fixed
Hide fixed
…. Also improve resilience to null data values in various places.
… commented out (probably could be removed completely)
…Spyderisk/system-modeller into 67-add-control-strategy-recommendations
…Spyderisk/system-modeller into 67-add-control-strategy-recommendations
128 UI cancel recommendations
|
…mendation-task-cancelling
…ter abort. TODO: check and delete if possible
…t updated progress
…sociated unit test. Recommendations are only used as an async job
… check for "FINISHED" status, otherwise test may never complete
Merge recommendations timeout branch into main 145 branch
…ling 145 recommendation task cancelling
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After discussion we have agreed that this code is good enough to merge into dev
Recommendations implementation is not fully complete. Attack path calculations is done, including logical expressions. The remaining part is to explore the CSG tree and apply CS changes.